From d679a7ebf5b7a2a78049f7d751f67c3e5f4475f0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 6 Jan 2009 15:59:06 +0000 Subject: [PATCH] use the new LIBGCC_S variable to fix cbtt on avr32 SVN-Revision: 13894 --- net/cbtt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index 8377429bb..0702f696d 100644 --- a/net/cbtt/Makefile +++ b/net/cbtt/Makefile @@ -45,7 +45,7 @@ $(STAMP_BUILT)-$(2): $(STAMP_PREPARED) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -nostdinc++" \ - LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread -lgcc_s" \ + LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread $(LIBGCC_S)" \ $(3) touch $$@ -- 2.30.2